Skip to main content

PlatformCamera Class

Description:

  A class that defines how to create instances of PlatformCamera.

__call

Type: Metamethod.

Description:

  Creates a new instance of PlatformCamera.

Signature:

metamethod __call: function(
self: PlatformCameraClass,
name?: string --[[""]]
): PlatformCamera

Parameters:

ParameterTypeDescription
namestring[optional] The name of the new instance, default is empty string.

Returns:

Return TypeDescription
PlatformCameraThe new PlatformCamera instance.